SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

迭代陣列 forEach, for of, for in, map

迭代陣列 forEach, for of, for in, map

[TensorFlow Certification Day1] 環境安裝

[TensorFlow Certification Day1] 環境安裝

常用的 React Hooks 簡介

常用的 React Hooks 簡介






留言討論